projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7485d7a
)
Restore omitted dependency
author
Po Lu
<luangruo@yahoo.com>
Wed, 12 Jun 2024 09:02:07 +0000
(17:02 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Wed, 12 Jun 2024 09:03:00 +0000
(17:03 +0800)
* java/Makefile.in (install_temp): Depend on
$(libsrc)/asset-directory-tool.
java/Makefile.in
patch
|
blob
|
history
diff --git
a/java/Makefile.in
b/java/Makefile.in
index 8cc2235b9f386d6ab67af6c2cd1f56f5d4583db2..a7a9cabe1359804076931fea37f2861bb51f8054 100644
(file)
--- a/
java/Makefile.in
+++ b/
java/Makefile.in
@@
-199,7
+199,8
@@
$(libsrc)/asset-directory-tool:
# does already.
.PHONY: install_temp
-install_temp: $(CROSS_BINS) $(CROSS_LIBS) $(RESOURCE_FILES)
+install_temp: $(CROSS_BINS) $(CROSS_LIBS) $(RESOURCE_FILES) \
+ $(libsrc)/asset-directory-tool
$(AM_V_GEN)
# Make the working directory for this stuff
$(AM_V_SILENT) rm -rf install_temp